cssprovider: Parse selectors without a GList
authorTimm Bäder <mail@baedert.org>
Sat, 25 Jan 2020 07:33:51 +0000 (08:33 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 26 Jan 2020 17:21:07 +0000 (18:21 +0100)
commit36e3f4d9028bdd514b8a6996229afb0de0e93cde
treeb3dc1b512510e0f2b27a7ea7ae57bafb2060d874
parent69fe705d0db5d842ed1212cf7dda139c011d2a52
cssprovider: Parse selectors without a GList

The maximum length of this list in Adwaita is 18, so use a generous
maximum length of 64 for the selector list of a ruleset.
gtk/gtkcssprovider.c